home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt
Text File  |  2001-10-11  |  3KB  |  102 lines

  1. object Options: TOptions
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Password Protection'
  7.   ClientHeight = 116
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Tag = 53
  23.     Left = 8
  24.     Top = 36
  25.     Width = 73
  26.     Height = 13
  27.     Caption = 'Type Password'
  28.   end
  29.   object Label2: TLabel
  30.     Tag = 54
  31.     Left = 8
  32.     Top = 60
  33.     Width = 83
  34.     Height = 13
  35.     Caption = 'Retype Password'
  36.   end
  37.   object edtPass1: TEdit
  38.     Left = 104
  39.     Top = 32
  40.     Width = 177
  41.     Height = 21
  42.     PasswordChar = '*'
  43.     TabOrder = 0
  44.   end
  45.   object edtPass2: TEdit
  46.     Left = 104
  47.     Top = 56
  48.     Width = 177
  49.     Height = 21
  50.     PasswordChar = '*'
  51.     TabOrder = 1
  52.   end
  53.   object btnCancel: TBitBtn
  54.     Tag = 17
  55.     Left = 8
  56.     Top = 88
  57.     Width = 75
  58.     Height = 25
  59.     TabOrder = 2
  60.     Kind = bkCancel
  61.   end
  62.   object btnOK: TBitBtn
  63.     Tag = 15
  64.     Left = 208
  65.     Top = 88
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     TabOrder = 3
  71.     OnClick = btnOKClick
  72.     Glyph.Data = {
  73.       DE010000424DDE01000000000000760000002800000024000000120000000100
  74.       0400000000006801000000000000000000001000000000000000000000000000
  75.       80000080000000808000800000008000800080800000C0C0C000808080000000
  76.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  77.       3333333333333333333333330000333333333333333333333333F33333333333
  78.       00003333344333333333333333388F3333333333000033334224333333333333
  79.       338338F3333333330000333422224333333333333833338F3333333300003342
  80.       222224333333333383333338F3333333000034222A22224333333338F338F333
  81.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  82.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  83.       0000333333333A222433333333333338F338F33300003333333333A222433333
  84.       333333338F338F33000033333333333A222433333333333338F338F300003333
  85.       33333333A222433333333333338F338F00003333333333333A22433333333333
  86.       3338F38F000033333333333333A223333333333333338F830000333333333333
  87.       333A333333333333333338330000333333333333333333333333333333333333
  88.       0000}
  89.     NumGlyphs = 2
  90.   end
  91.   object chkEnable: TCheckBox
  92.     Tag = 52
  93.     Left = 8
  94.     Top = 8
  95.     Width = 273
  96.     Height = 17
  97.     Caption = 'Enable Password protection'
  98.     TabOrder = 4
  99.     OnClick = chkEnableClick
  100.   end
  101. end
  102.